home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / grafix / tools / playfkiss / util / util.doc < prev   
Text File  |  1996-02-26  |  2KB  |  55 lines

  1.  
  2. Edit_CEL   **(Requires doloaddt.library, and classes/gaugeimage.class)**
  3.  
  4.       A visual cel converter.  Takes more effort than cli/script
  5.   based converters...but you can see what you are doing. :)
  6.       This program will all remap and dither pictures to match
  7.   the current palette.  Kinda useful for some situations, I guess.
  8.  
  9. IFF2CEL  **(Requires datatypes.library v40)**
  10.  
  11.       Converts either a datatype picture to a .cel file, or
  12.   a datatype animation to a series of .cel files.  Will backup
  13.   existing cel files.
  14.       This is very useful to create multi-layered objects.
  15.   Create each layer on a different frame of an animation.  Pickup
  16.   the cels as an animbrush and save.  This method ensures that
  17.   all the cels share a common top-left corner!
  18.       Due to my inability to determine the exact number of pad frames
  19.   at the end of animations, some extra cels may be created. :(
  20.  
  21.   Use it as such:
  22.  
  23.     IFF2CEL file1
  24.     IFF2CEL file1 file_#? file2
  25.  
  26.  
  27. CELTOPPM
  28. PPMTOCEL
  29. KCFTOMAP
  30. MAPTOKCF
  31.  
  32.       A bunch of old conversion programs I wrote.  Be careful,
  33.   as some of these don't support KISSGS formats.  Always backup
  34.   your data!
  35.  
  36.  
  37. OPTCEL
  38.  
  39.       Optimizes cels into KISSGS format, using the offset values.
  40.   This helps to save memory and rendering time.  This program
  41.   has been tested, but it may trash the rightmost vertical
  42.   line on some odd-numbered width cels?  I think I may have
  43.   fixed it.  (God, I wish the kiss format had been set into
  44.   stone to say odd-numbered widths were illegal...)
  45.   Use it as such:
  46.  
  47.     OPTCEL file1.cel
  48.     OPTCEL file1.cel abc*.cel file2.cel
  49.   
  50.  
  51. CONVERTCEL
  52.  
  53.       Simply converts oldformat cels to KISSGS format.  It's
  54.   better to use optcel from now on.
  55.